Annotation Type Transient


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Inherited
    public @interface Transient
    Marker annotation to indicate a transient method operation not to use proxy mechanism.
    Since:
    8.0.0
    Author:
    jumperchen