|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that allows us to retrieve meta-data from the implementing class. This interface along with a implementation of it is added to all transformed classes when loaded.
Method Summary | |
void |
___AW_addMetaData(java.lang.Object key,
java.lang.Object value)
Adds new meta-data to the implemeting class. |
java.lang.Object |
___AW_getMetaData(java.lang.Object key)
Returns the meta-data for the implementing class. |
Method Detail |
public java.lang.Object ___AW_getMetaData(java.lang.Object key)
key
- the key for the meta-data
public void ___AW_addMetaData(java.lang.Object key, java.lang.Object value)
key
- the key for the meta-datavalue
- the meta-data itself
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |