Constructs an instance.
super(attributeName);
try {
if (parameterAnnotations.isMutable()) {
throw new MutabilityException(
"parameterAnnotations.isMutable()");
}
} catch (NullPointerException ex) {
// Translate the exception.
throw new NullPointerException("parameterAnnotations == null");
}
this.parameterAnnotations = parameterAnnotations;
this.byteLength = byteLength;