I want to create
android @Nullable annotation
i check this two links for example
http://findbugs.sourceforge.net/api/edu/umd/cs/findbugs/annotations/Nullable.html http://code.google.com/p/google-guice/wiki/UseNullable
but none works in android because RetentionPolicy, ElementType is not valid
How can i create @Nullable annotation in android?