Annotation Type NonFunctionMethod


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface NonFunctionMethod
    Enables flagging a public method of a Class to not be ManagedFunction for the ClassManagedFunctionSource.
    Author:
    Daniel Sagenschneider