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