Package edu.cmu.tetrad.annotation
Class AnnotatedClass<T extends Annotation>
java.lang.Object
edu.cmu.tetrad.annotation.AnnotatedClass<T>
- Type Parameters:
T
- annotation
- All Implemented Interfaces:
Serializable
Sep 5, 2017 11:02:14 AM
- Author:
- Kevin V. Bui (kvb2@pitt.edu)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AnnotatedClass
Creates an annotated class.- Parameters:
clazz
- classannotation
- annotation
-
-
Method Details
-
getClazz
Gets the class.- Returns:
- class
-
getAnnotation
Gets the annotation.- Returns:
- annotation
-