Class MessageLocalizations.OnAnnotationValue

    • Field Detail

      • element

        private final javax.lang.model.element.Element element
      • annotation

        private final javax.lang.model.element.AnnotationMirror annotation
      • annotationValue

        private final javax.lang.model.element.AnnotationValue annotationValue
    • Constructor Detail

      • OnAnnotationValue

        OnAnnotationValue​(javax.lang.model.element.Element element,
                          javax.lang.model.element.AnnotationMirror annotation,
                          javax.lang.model.element.AnnotationValue annotationValue)