Annotation Type ConfigPlaceholderReplacement


  • public @interface ConfigPlaceholderReplacement
    Information about a replacement to do
    • Element Detail

      • placeholder

        String placeholder
        The placeholder string to replace
        Returns:
        the placeholder
      • replacer

        Class<? extends ConfigPlaceholderReplacer> replacer
        The class handling the replacement. Needs a default constructor.
        Returns:
        the class handling the replacement