public interface IModifierList
| Modifier and Type | Method and Description |
|---|---|
IAnnotationInfo |
getAnnotation(Class annotationClass) |
IAnnotationInfo[] |
getAnnotations() |
int |
getModifiers() |
boolean |
hasModifier(int modifierType)
Returns true if this list has the modifier and false otherwise.
|
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationClass) |
IAnnotationInfo[] getAnnotations()
IAnnotationInfo getAnnotation(Class annotationClass)
boolean isAnnotationPresent(Class<? extends Annotation> annotationClass)
boolean hasModifier(int modifierType)
modifierType - one of the constants of java.lang.reflect.Modifierint getModifiers()
Copyright © 2022. All rights reserved.