Annotation Type Parameter


  • @Documented
    @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface Parameter
    Annotates a Method parameter to indicate it is a ManagedFunction parameter.
    Author:
    Daniel Sagenschneider