Package micycle.pgs.commons
Annotation Interface Nullable
@Documented
@Retention(CLASS)
@Target({METHOD,FIELD,PARAMETER,LOCAL_VARIABLE})
public @interface Nullable
An element annotated with Nullable claims
null
value is
perfectly valid to return (for methods), pass to (parameters) and
hold (local variables and fields).-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String value- Default:
- ""
-