| Package | Description |
|---|---|
| org.hotswap.agent.annotation.handler |
| Modifier and Type | Class and Description |
|---|---|
class |
InitHandler
Annotation handler - handle @Init annotation on fields/methods.
|
class |
OnClassLoadedHandler
Transform method handler - handle @OnClassLoadEvent annotation on a method.
|
class |
WatchHandler<T extends Annotation>
Watch method handler - handle @OnResourceFileEvent annotation on a method.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<? extends Annotation>,PluginHandler> |
AnnotationProcessor.handlers |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationProcessor.addAnnotationHandler(Class<? extends Annotation> annotation,
PluginHandler handler) |
Copyright © 2018. All rights reserved.