public class ImmutableMetadataDescriptor extends MetadataDescriptor {
public ImmutableMetadataDescriptor() {
super(
"Immutable",
new WhenValueAnnotationEvaluatorAndModifier(
"org.nakedobjects.applib.annotation.Immutable"),
new WhenValueLabelProvider());
setLength(150);
}