Package edu.cmu.tetrad.annotation
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
Represents a class that encapsulates a class along with its associated annotation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AnnotatedClass
Creates an annotated class.- Parameters:
clazz
- classannotation
- annotation
-
-
Method Details