public static interface ModifierReviewable.ForTypeDefinition extends ModifierReviewable.OfAbstraction, ModifierReviewable.OfEnumeration
TypeDescription.ModifierReviewable.AbstractBase, ModifierReviewable.ForFieldDescription, ModifierReviewable.ForMethodDescription, ModifierReviewable.ForParameterDescription, ModifierReviewable.ForTypeDefinition, ModifierReviewable.OfAbstraction, ModifierReviewable.OfByteCodeElement, ModifierReviewable.OfEnumerationEMPTY_MASK| Modifier and Type | Method and Description |
|---|---|
boolean |
isAnnotation()
Specifies if the modifier described by this object represents the annotation flag.
|
boolean |
isInterface()
Specifies if the modifier described by this object represents the interface flag.
|
isAbstractisEnumisDeprecated, isPackagePrivate, isPrivate, isProtected, isPublic, isStaticgetModifiers, isFinal, isSyntheticboolean isInterface()
true if the modifier described by this object represents the interface flag.boolean isAnnotation()
true if the modifier described by this object represents the annotation flag.Copyright © 2014–2016. All rights reserved.