What about being able to "like" code?
Something like:
/**
* Indicates that the mentioned persons like or enjoy the annotated code.
*
* For example:
*
* <pre>
* @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
Original issue reported on code.google.com by
yam...@gmail.comon 9 Oct 2013 at 9:57