Package org.wildfly.glow
Class AnnotatedType
java.lang.Object
org.wildfly.glow.AnnotatedType
Contains the content of the rule that identify layers based on an annotated type.
- Author:
- jdenise
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AnnotatedType
- Parameters:
type- The java typeannotation- The annotation applied to the typefields- Annotation field values (can be empty).layer- The layer associated to the rule.
-
-
Method Details
-
getAnnotation
- Returns:
- The annotation full class name.
-
getFields
- Returns:
- The annotation fields.
-
getLayer
- Returns:
- The layer
-
getType
- Returns:
- The java type.
-