| Constructor and Description |
|---|
AnnotationPresent(Class<? extends Annotation> annotation)
Creates a new annotation filter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
retain(ModuleLoader.ClassEntry candidate)
Determines whether or not the given candidate should be retained in the loading process.
|
public AnnotationPresent(Class<? extends Annotation> annotation)
annotation - The annotation to check againstpublic boolean retain(ModuleLoader.ClassEntry candidate)
Filtertrue, it will be retained, if false it will be removed (filtered out).Copyright © 2014–2015 MountainBlade. All rights reserved.