Skip to content

@Like #12

@GoogleCodeExporter

Description

@GoogleCodeExporter
What about being able to "like" code?

Something like:

/**
 * Indicates that the mentioned persons like or enjoy the annotated code.
 *
 * For example:
 *
 * <pre>
 *   &#064;Like(persons = "Joe")
 *   public class FluxCapacitor {
 * </pre>
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Visionary("yamass")
public @interface Like {
    String[] persons() default {};
}

Original issue reported on code.google.com by yam...@gmail.com on 9 Oct 2013 at 9:57

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions