Polishing
This commit is contained in:
@@ -100,8 +100,7 @@ public class StandardAnnotationMetadata extends StandardClassMetadata implements
|
||||
public Set<String> getAnnotationTypes() {
|
||||
Set<String> annotationTypes = this.annotationTypes;
|
||||
if (annotationTypes == null) {
|
||||
annotationTypes = Collections.unmodifiableSet(
|
||||
AnnotationMetadata.super.getAnnotationTypes());
|
||||
annotationTypes = Collections.unmodifiableSet(AnnotationMetadata.super.getAnnotationTypes());
|
||||
this.annotationTypes = annotationTypes;
|
||||
}
|
||||
return annotationTypes;
|
||||
|
||||
@@ -156,6 +156,4 @@ final class SimpleAnnotationMetadata implements AnnotationMetadata {
|
||||
return this.annotations;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user