org.codehaus.aspectwerkz.annotation
Class AnnotationElement.LazyClass

java.lang.Object
  extended by 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

Field Summary
 String className
           
 
Constructor Summary
AnnotationElement.LazyClass(String className)
           
 
Method Summary
 Class resolveFrom(ClassLoader loader)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

className

public String className
Constructor Detail

AnnotationElement.LazyClass

public AnnotationElement.LazyClass(String className)
Method Detail

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.