See: Description
| Interface | Description | 
|---|---|
| ModifierContributor | An element that describes a type modifier as described in the
 JVMS. | 
| ModifierContributor.ForField | A marker interface for modifiers that can be applied to fields. | 
| ModifierContributor.ForMethod | A marker interface for modifiers that can be applied to methods. | 
| ModifierContributor.ForParameter | A marker interface for modifiers that can be applied to method parameters. | 
| ModifierContributor.ForType | A marker interface for modifiers that can be applied to types. | 
| Class | Description | 
|---|---|
| ModifierContributor.Resolver<T extends ModifierContributor> | A resolver for Java modifiers represented by  ModifierContributors. | 
| Enum | Description | 
|---|---|
| EnumerationState | Determines if a type describes an enumeration. | 
| FieldManifestation | Describes the manifestation of a class's field, i.e. if a field is final, volatile or neither. | 
| MethodArguments | Describes if a method allows varargs arguments. | 
| MethodManifestation | Describes the manifestation of a method, i.e. if a method is final, abstract or native. | 
| MethodStrictness | A modifier contributor to determine the use of  strictfpon a method. | 
| Ownership | Determines the ownership of a field or method, i.e. if a member is defined in as  staticand belongs to a class or in contrast to an instance. | 
| ParameterManifestation | Indicates whether a parameter was denoted as  finalor not. | 
| ProvisioningState | Describes if a method parameter is mandated, i.e. not explicitly specified in the source code. | 
| SynchronizationState | Describes if a method is supposed to be synchronized. | 
| SyntheticState | Defines if a type or member is supposed to be marked as synthetic. | 
| TypeManifestation | Describes a type's manifestation, i.e. if a type is final, abstract, an interface or neither. | 
| Visibility | Describes a type's, field's or a method's visibility. | 
Copyright © 2014–2016. All rights reserved.