org.codehaus.aspectwerkz.transform.inlining.spi
Class AspectModel.AroundClosureClassInfo.Type

java.lang.Object
  extended by org.codehaus.aspectwerkz.transform.inlining.spi.AspectModel.AroundClosureClassInfo.Type
Enclosing class:
AspectModel.AroundClosureClassInfo

public static class AspectModel.AroundClosureClassInfo.Type
extends Object

Type safe enum for the around closure class type.


Field Summary
static AspectModel.AroundClosureClassInfo.Type CLASS
           
static AspectModel.AroundClosureClassInfo.Type INTERFACE
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INTERFACE

public static final AspectModel.AroundClosureClassInfo.Type INTERFACE

CLASS

public static final AspectModel.AroundClosureClassInfo.Type CLASS
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.