org.codehaus.aspectwerkz
Interface Identifiable


public interface Identifiable

Interface that allows us to make the added UUID field accessible without the need for reflection. All transformed classes are are enhanced to implement this interface.

Author:
Jonas Bonér
See Also:
AddUuidTransformer

Method Summary
 java.lang.String ___AW_getUuid()
          Returns the UUID for the object implementing the interface.
 

Method Detail

___AW_getUuid

public java.lang.String ___AW_getUuid()
Returns the UUID for the object implementing the interface.

Returns:
the UUID


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