|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.eugene.java.AnnotationsManagerExtension
AnnotationsManagerExtension
@Deprecated public class AnnotationsManagerExtension
Created: 17 déc. 2009
| Field Summary | |
|---|---|
protected Map<String,AnnotationsManager> |
managers
Deprecated. Map of AnotationsManager with key equals to the classifier qualified name associated to the AnotationsManager |
static String |
OBJECTMODEL_EXTENSION
Deprecated. Extension static used to identify AnnotationsManagerExtension in ObjectModel. |
| Constructor Summary | |
|---|---|
AnnotationsManagerExtension()
Deprecated. |
|
| Method Summary | |
|---|---|
String[] |
getAnnotations(ObjectModelClassifier classifier,
ObjectModelElement element)
Deprecated. Get the registred annotations for the given element in the
given classifier. |
AnnotationsManager |
getManager(ObjectModelClassifier classifier)
Deprecated. Get the AnotationsManager associated to the classifier. |
protected Map<String,AnnotationsManager> |
getManagers()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String OBJECTMODEL_EXTENSION
protected Map<String,AnnotationsManager> managers
| Constructor Detail |
|---|
public AnnotationsManagerExtension()
| Method Detail |
|---|
public String[] getAnnotations(ObjectModelClassifier classifier,
ObjectModelElement element)
element in the
given classifier.
Note: The method always returns a none null value, but
an empty array when no annotation when no annotation found for the
element.
classifier - the classifier where is the elementelement - the element on which searching annotations
public AnnotationsManager getManager(ObjectModelClassifier classifier)
classifier - reference for the AnotationsManager
protected Map<String,AnnotationsManager> getManagers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||