Annotation Interface FileExtensions


@Documented @Retention(RUNTIME) @Target(TYPE) @Inherited public @interface FileExtensions
Used to associate a class with a file extension or a set of file extensions.

The file-based configuration provider uses the file extensions associated with the Decoder in use when building up the path of the configuration file to read from.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details