public class MergeOptions extends Object implements TypeMirrorUtilities
MergeOptions is a utility class for merging package-level options with annotation-level
options in such a way that annotation-level options will override the package-level ones.| Constructor and Description |
|---|
MergeOptions(Options packageLevelOptions,
Options annotationLevelOptions) |
| Modifier and Type | Method and Description |
|---|---|
Options |
annotationLevelOptions() |
Elements |
elements()
Provides access to the
Elements. |
Options |
options() |
Options |
packageLevelOptions() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMap, getType, getTypeElement, getTypeMirrorpublic Elements elements()
TypeMirrorUtilitiesElements.
This method must be implemented by the client type.elements in interface TypeMirrorUtilitiesElementspublic Options packageLevelOptions()
public Options annotationLevelOptions()
public Options options()
Copyright © 2024. All rights reserved.