Package org.jhotdraw8.annotation


package org.jhotdraw8.annotation
Provides annotations for static code analysis.
  • Annotation Interfaces
    Class
    Description
    The NonNull annotation indicates that the null value is forbidden for the annotated element.
    The Nullable annotation indicates that the null value is allowed for the annotated element.