In Metadata Spec Under the
Library Support section I was working on hashCode() method of Annotation interface.
In the spec I could not find clue in case method return type are Class.
In this case how the hash code will be computed should be specified
because for all other cases like primitive type enum, array it is well
defined.
@interface SampleAnnotation{
Class getValue();
}
Library Support section I was working on hashCode() method of Annotation interface.
In the spec I could not find clue in case method return type are Class.
In this case how the hash code will be computed should be specified
because for all other cases like primitive type enum, array it is well
defined.
@interface SampleAnnotation{
Class getValue();
}