Annotation Type StatelessOnly


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Inherited
    public @interface StatelessOnly
    Marker annotation to indicate a method is declared in Stateless only not to use proxy mechanism. (Internal use only)
    Author:
    jumperchen