Annotation Type WeaveAllConstructors


  • @Target(CONSTRUCTOR)
    @Retention(RUNTIME)
    public @interface WeaveAllConstructors
    A constructor with this annotation will be weaved into all constructors of a Weave class. If this annotation is present, no other Weave constructors are allowed.