Annotation Type PreferenceComponent


  • @Documented
    @Target(TYPE)
    @Retention(RUNTIME)
    public @interface PreferenceComponent
    Marks a class as a component of PreferenceRooms.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.Class<?>[] entities
      Declaring the entities for the component.
    • Element Detail

      • entities

        java.lang.Class<?>[] entities
        Declaring the entities for the component.
        Returns:
        entity classes.
        Default:
        {}