Annotation Type EdaptConstraint


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface EdaptConstraint
    Annotation for a method implementing the constraint of an operation.
    Version:
    $Rev$
    Author:
    herrmama, $Author$
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String description
      Description of the constraint.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String restricts
      Optional restricted parameter.
    • Element Detail

      • description

        String description
        Description of the constraint.
      • restricts

        String restricts
        Optional restricted parameter.
        Default:
        ""