Class AnnotatedField

java.lang.Object
dev.galasa.framework.spi.AnnotatedField

public class AnnotatedField extends Object
Represents annotated fields that the AbstractManager finds on behalf of Managers
Author:
Michael Baylis
  • Constructor Details

    • AnnotatedField

      public AnnotatedField(@NotNull @NotNull Field field, @NotNull @NotNull List<Annotation> annotations)
      Parameters:
      field - The annotated field
      annotations - All annotations on the field
  • Method Details

    • getField

      public Field getField()
      Returns:
      The annotated field
    • getAnnotations

      public List<Annotation> getAnnotations()
      Returns:
      All annotations on the field