AnnotationDefault
Constructs an instance.paramvalue non-null; the annotation default valueparambyteLength >= 0; attribute data length in the original classfile (not including the attribute header) super(ATTRIBUTE_NAME); if (value == null) { throw new NullPointerException("value == null"); } this.value = value; this.byteLength = byteLength;
super(ATTRIBUTE_NAME); if (value == null) { throw new NullPointerException("value == null"); } this.value = value; this.byteLength = byteLength;
{@inheritDoc} // Add six for the standard attribute header. return byteLength + 6;
// Add six for the standard attribute header. return byteLength + 6;
Gets the annotation default value.returnnon-null; the value return value;
return value;