Annotation Interface CompositeDescriptor


@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface CompositeDescriptor
Specifies a string value that is a file path to an xml descriptor that can be used for a CompositeComponent initialization.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      a path to the XML descriptor. If the value contains a file name only (i.e. don't start with '/'), it is assumed that the file is located in the package of the composite component class.