Package dev.galasa.framework.spi
Class AnnotatedField
java.lang.Object
dev.galasa.framework.spi.AnnotatedField
Represents annotated fields that the AbstractManager finds on behalf of
Managers
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AnnotatedField
public AnnotatedField(@NotNull @NotNull Field field, @NotNull @NotNull List<Annotation> annotations) - Parameters:
field
- The annotated fieldannotations
- All annotations on the field
-
-
Method Details
-
getField
- Returns:
- The annotated field
-
getAnnotations
- Returns:
- All annotations on the field
-