Annotation Type Strict


  • @Target({METHOD,TYPE})
    @Retention(RUNTIME)
    public @interface Strict
    Annotation applied to a user-defined function that indicates that the function returns null if and only if one or more of its arguments are null.
    See Also:
    SemiStrict