Annotation Type CaptureGroup


  • @Target(FIELD)
    @Retention(RUNTIME)
    public @interface CaptureGroup
    Annotates a field of a class that is annotated with RegexBinding as a regular expression capture group. Instances of such classes will have their annotated fields populated from applying regular expression via the Parser utility.
    Author:
    Keivan Khalichi
    See Also:
    RegexBinding
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int value  
    • Element Detail

      • value

        int value