Skip to content

Instantly share code, notes, and snippets.

@macintoxic
Created November 25, 2011 14:54
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save macintoxic/1393702 to your computer and use it in GitHub Desktop.
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface Positivo {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment