Repeating Annotations in Java 8 Build 68 eingezogen

Was das ist: http://openjdk.java.net/jeps/120

In der Klasse Class ist hinzugekommen:

public <A extends Annotation> A[] getAnnotations(Class<A> annotationClass)

public <A extends Annotation> A getDeclaredAnnotation(Class<A> annotationClass)

public <A extends Annotation> A[] getDeclaredAnnotations(Class<A> annotationClass)

Und noch ein paar weitere Ergänzungen in Package, System, …

Neu sind ebenfalls ContainerFor und ConainedBy.

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7154390, http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/735b93462eed

Ähnliche Beiträge

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert