@Retention(value=SOURCE)
public @interface TCKExperimentProperty
Used to mark boolean flags, typically set by a boolean System property,
to toggle the behavior of the runtime. This was of value in exploring
TCK ambiguities or assumptions that the RI and/or TCK may have been making
that were questioned or challenged.
This annotation allows us for easy searching of the codebase.
- Author:
- skurz