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:
-
RuntimeConversions.serialize(Object, ParameterType, ClassLoader)
RuntimeConversions.deserialize(Object, ParameterType, ClassLoader)
EventBus.callEvent(Event)
EventBus.registerEvent(Class, Listener, EventPriority, EventExecutor, Plugin)
EventBus.registerEvent(Class, Listener, EventPriority, EventExecutor, Plugin, boolean)
ParameterType.from(Type)
ArrayParameterType.from(ParameterType, boolean)
ParameterizedParameterType.from(Class, ParameterType...)
Adapter