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. Indicates that interfaces annotated with this annotation are implemented by classes which are generated at runtime.
See Also: