You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 9 Oct 2013 at 9:57
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 9 Oct 2013 at 9:57The text was updated successfully, but these errors were encountered: