Annotation Type BridgeMethodsAdded


  • @Retention(CLASS)
    @Target(TYPE)
    public @interface BridgeMethodsAdded
    This annotation is added after the class transformation to indicate that the class has already been processed by bridge method injector.

    Used for up-to-date check to avoid unnecessary transformations.

    Author:
    Kohsuke Kawaguchi