Package org.minimalj.model.annotation

  • Class Summary 
    Class Description
    AnnotationUtil  
  • Enum Summary 
    Enum Description
    TechnicalField.TechnicalFieldType  
  • Annotation Types Summary 
    Annotation Type Description
    AutoIncrement  
    Decimal
    Number of decimal places for BigDecimal
    Enabled  
    Materialized  
    NotEmpty
    If a field is marked as NotEmpty it must not be null.
    Searched  
    Signed  
    Size
    Annotation for String, Long, Integer, BigDecimal.
    Sizes
    Instead of annotate each String field with a Size annotation the whole class or enclosing class or package can be annotated with this Annotation.
    TechnicalField
    Note that the precision of these fields depend on the used repository or database.