Module neberus.core

Annotation Type ApiOptional


  • @Target({PARAMETER,FIELD,METHOD})
    @Retention(SOURCE)
    public @interface ApiOptional
    Declare a parameter as optional. This will have precedence over framework declarations.