org.codehaus.aspectwerkz.annotation
Class AnnotationElement.LazyClass
java.lang.Object
org.codehaus.aspectwerkz.annotation.AnnotationElement.LazyClass
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- AnnotationElement
public static class AnnotationElement.LazyClass
- extends Object
- implements Serializable
A wrapper for a className, that will allow late loading of the actual Class object of an annotation value
For array type, className is componentClassName([])*
- Author:
- Alexandre Vasseur
- See Also:
- Serialized Form
className
public String className
AnnotationElement.LazyClass
public AnnotationElement.LazyClass(String className)
toString
public String toString()
- Overrides:
toString
in class Object
resolveFrom
public Class resolveFrom(ClassLoader loader)
Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.