Annotation Interface CaseSensitive


@Target(PARAMETER) @Retention(RUNTIME) public @interface CaseSensitive
Marks a parameter of enum type that the value is case-sensitive.

By default, all enum types are case-insensitive.