public class ReferenceAnnotation extends AbstractAnnotation
EMPTY_ANNOTATION, PROPERTY| Constructor and Description |
|---|
ReferenceAnnotation()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map |
getProperties()
Deprecated.
Implement this to return the Map delegate.
|
protected boolean |
propertiesAllocated()
Deprecated.
A convenience method to see if we have allocated the properties
Map.
|
asMap, containsProperty, equals, getProperty, hashCode, keys, removeProperty, setProperty, toStringaddChangeListener, addChangeListener, generateChangeSupport, getChangeSupport, hasListeners, hasListeners, isUnchanging, removeChangeListener, removeChangeListenerclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListenerprotected java.util.Map getProperties()
AbstractAnnotationLinkedHashMap or similar so properties are iterated in the order
they were added.getProperties in class AbstractAnnotationprotected boolean propertiesAllocated()
AbstractAnnotationpropertiesAllocated in class AbstractAnnotation