Annotation Type PlainMethod


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    @Inherited
    @Documented
    public @interface PlainMethod
    Indicates that the method is not a service method. The method will be used in the service as is, without generating a proxy method that provides an auxiliary code for the automation of the original method
    Author:
    Vladlen Larionov