Annotation Type Configurations


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Configurations
    Configurations annotation.
    • Optional Element Summary

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

      • replace

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