-
public interface AnnotationMirror
Represents an annotation. An annotation associates a value with each element of an annotation type.Annotations should be compared using the
equals
method. There is no guarantee that any particular annotation will always be represented by the same object.- Since:
- 1.6
-
-
Method Summary
Methods Modifier and Type Method and Description DeclaredType
getAnnotationType()
Returns the type of this annotation.Map<? extends ExecutableElement,? extends AnnotationValue>
getElementValues()
Returns the values of this annotation's elements.
-
-
-
Method Detail
-
getAnnotationType
DeclaredType getAnnotationType()
Returns the type of this annotation.- Returns:
- the type of this annotation
-
getElementValues
Map<? extends ExecutableElement,? extends AnnotationValue> getElementValues()
Returns the values of this annotation's elements. This is returned in the form of a map that associates elements with their corresponding values. Only those elements with values explicitly present in the annotation are included, not those that are implicitly assuming their default values. The order of the map matches the order in which the values appear in the annotation's source.Note that an annotation mirror of a marker annotation type will by definition have an empty map.
To fill in default values, use
getElementValuesWithDefaults
.- Returns:
- the values of this annotation's elements, or an empty map if there are none
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/lang/model/element/annotationmirror.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.