public interface Parameterizable extends InspectionUtilFrequentlyScanned
Although this cannot be specified in a Java interface, any class
implementing this interface must also have a constructor that takes
a single
Parameterization
as option, which is used to set the class parameters.
Alternatively, a constructor with no options is also allowed.
This means, each class implementing Parameterizable must have a constructor that either is