Annotation Interface Replaced


@Target({METHOD,CONSTRUCTOR,TYPE}) @Retention(CLASS) public @interface Replaced
Indicates that the class annotated with this annotation will not be used by ScalaPlugins as a result of bytecode transformation. Calls to methods annotated with this annotation will be replaced by calls to different methods. For classes, a different class will be used.
See Also: