Annotation Type ContextParam


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    public @interface ContextParam
    Marker annotation to identify the name of a parameter of a method.
    The value of this parameter is getting from the special ContextType
    Since:
    6.0.0
    Author:
    dennis
    See Also:
    Command, Default