Class Constants

java.lang.Object
org.apache.juneau.Constants

public class Constants extends Object
Global constants used across the Juneau framework.
  • Field Details

    • NONE

      public static final String NONE
      Sentinel value to indicate that a default value is not specified.

      Used in annotation default values where empty string cannot distinguish between "no value specified" and "explicitly set to empty string".

      See Also:
  • Constructor Details