Annotation Type Bound


  • @Retention(RUNTIME)
    @Target(FIELD)
    @Inherited
    public @interface Bound
    Bound information for fields. Such an annotation can be used to indicate the name of an integer field to be used as the dimension for an array, attribute. Or a start date is being bound to an end date.
    Version:
    $Id:$
    Author:
    Olaf David
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value