Class AnnotatedClass<T extends Annotation>

java.lang.Object
edu.cmu.tetrad.annotation.AnnotatedClass<T>
Type Parameters:
T - the type of the annotation
All Implemented Interfaces:
Serializable

public final class AnnotatedClass<T extends Annotation> extends Object implements Serializable
Represents a class that encapsulates a class along with its associated annotation.
See Also: