Interface MessageLocalizations.OnAnnotationValueMapper<R>

  • Enclosing class:
    MessageLocalizations

    public static interface MessageLocalizations.OnAnnotationValueMapper<R>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      R onAnnotationValue​(javax.lang.model.element.Element element, javax.lang.model.element.AnnotationMirror annotation, javax.lang.model.element.AnnotationValue annotationValue)  
    • Method Detail

      • onAnnotationValue

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