Annotation Type IsLocal


  • @Target({METHOD,TYPE,FIELD})
    @Retention(RUNTIME)
    @MethodMonitorGroup
    public @interface IsLocal
    This annotation is applied to a class or interface to indicate that its methods are classified as part of the code that determines whether or not an invocation is a local invocation.