Package io.jmix.ui.component
Annotation 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 
- 
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.
 
 
 -