Annotation Type 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 Binding annotation.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean replace
      Replace content of the base classes.
      ComponentType[] value
      The component types.
    • Element Detail

      • replace

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