Annotation Type ObtainsLockDirectly


  • @Documented
    @Target(METHOD)
    @Retention(RUNTIME)
    public @interface ObtainsLockDirectly
    The method that this annotation is attached to will directly synchronized on some lock during its course of execution.