ua.gradsoft.javachecker.annotations
Annotation Type Nullable


public @interface Nullable

Marker annotations for nullabl entities. Applied for formal parameters and methods, indicate that method can return null of formal parameter of method can be null.

Author:
rssh