Annotation Type Child

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Class<?>[] value
      The types of nested elements handled by the annotated method.
    • Element Detail

      • value

        Class<?>[] value
        The types of nested elements handled by the annotated method. The default value corresponds to the parameter type of the annotated method. Valid values must be subtypes of the parameter type of the annotated method, and annotated with Element, or one of String.class, Comment.class, or Comment.Header.class.
        Returns:
        The specific types that are accepted as child elements of the element that corresponds to the class with the annotated method.
        Default:
        {}