public interface JvmModifiersOwner extends JvmAnnotatedElement
Modifier and Type | Method and Description |
---|---|
boolean |
hasModifier(JvmModifier modifier)
Checks if the element effectively has the specified modifier.
|
getAnnotation, getAnnotations, hasAnnotation
accept, getSourceElement
boolean hasModifier(JvmModifier modifier)
modifier
- the modifier to check