Package org.anchoranalysis.bean.annotation


package org.anchoranalysis.bean.annotation
Annotations that decorate fields in an Anchor Bean.
  • Annotation Interfaces
    Class
    Description
    Indicates that a String is allowed be empty, otherwise by default it must be non-empty.
    Indicates that a field in an Anchor Bean class is to be treated as a bean-field.
    Indicates a default bean-instance is available.
    Indicates that a set of definitions of classes can be collectively grouped using this class.
    Indicates that a collection must have at least one item.
    The bean-field should have a value >= 0.
    Indicates that a field of a class can be set to null (omitted), otherwise by default a bean must always have a non-null value.
    The bean-field should have a value > 0.
    Indicates that this particular bean-field should be ignored during (recursive) initialization.