Annotation Interface Called


@Target({METHOD,CONSTRUCTOR,TYPE}) @Retention(CLASS) public @interface Called
Indicates that methods annotated with this annotation can be called by ScalaPlugins as a result of bytecode transformation.
See Also: