public class WatchHandler<T extends Annotation> extends Object implements PluginHandler<T>
| Modifier and Type | Field and Description |
|---|---|
protected PluginManager |
pluginManager |
| Constructor and Description |
|---|
WatchHandler(PluginManager pluginManager) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
initField(PluginAnnotation<T> pluginAnnotation)
Initialization for field annotations.
|
boolean |
initMethod(PluginAnnotation<T> pluginAnnotation)
Initialization for method annotations.
|
protected PluginManager pluginManager
public WatchHandler(PluginManager pluginManager)
public boolean initField(PluginAnnotation<T> pluginAnnotation)
PluginHandlerinitField in interface PluginHandler<T extends Annotation>pluginAnnotation - annotation valuespublic boolean initMethod(PluginAnnotation<T> pluginAnnotation)
PluginHandlerinitMethod in interface PluginHandler<T extends Annotation>pluginAnnotation - annotation valuesCopyright © 2018. All rights reserved.