org.codehaus.aspectwerkz
Interface MetaDataEnhanceable


public interface MetaDataEnhanceable

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.

Author:
Jonas Bonér

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

___AW_getMetaData

public java.lang.Object ___AW_getMetaData(java.lang.Object key)
Returns the meta-data for the implementing class.

Parameters:
key - the key for the meta-data
Returns:
the meta-data itself

___AW_addMetaData

public void ___AW_addMetaData(java.lang.Object key,
                              java.lang.Object value)
Adds new meta-data to the implemeting class.

Parameters:
key - the key for the meta-data
value - the meta-data itself


Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.