Annotation Interface StudioXmlElementInitializer.ChildXmlElementInitializer

Enclosing class:
StudioXmlElementInitializer

public static @interface StudioXmlElementInitializer.ChildXmlElementInitializer
Path-based descriptions of child elements to set to element tag.
  • Element Details

    • path

      String path
      Unique path of the initializer node relative to the root.

      NOTE: This is not an id attribute or tag name.

      Path can be any string that uniquely identifies the initializer node among all child element initializers.

    • qualifiedName

      String qualifiedName
      XML element FQN to initialize.