Interface Minify.ShallowConfig

All Known Subinterfaces:
Minify.Config
Enclosing class:
Minify

public static interface Minify.ShallowConfig
Configuration common to shallow and normal minification.
  • Method Summary

    Modifier and Type
    Method
    Description
    default char
    Get the character that marks a comment as to be preserved, if found at the beginning of it.
  • Method Details

    • getPreserveCommentChar

      default char getPreserveCommentChar()
      Get the character that marks a comment as to be preserved, if found at the beginning of it.

      By default, it is '!'.

      Returns:
      the important character.