Annotation Interface ComponentTypes


@Target(TYPE) @Retention(RUNTIME) public @interface ComponentTypes
Define component types that can be instantiated as subcomponents of the declaring component. This components can be instantiated either by referring to in a
invalid reference
Binding
annotation.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Replace content of the base classes.
    The component types.
  • Element Details

    • value

      ComponentType[] value
      The component types.
      Default:
      {}
    • replace

      boolean replace
      Replace content of the base classes.
      Default:
      false