Class TestMessager.Message
java.lang.Object
org.kordamp.jipsy.processor.testutils.TestMessager.Message
- Enclosing class:
TestMessager
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal AnnotationMirrorfinal AnnotationValuefinal Elementfinal Diagnostic.Kindfinal CharSequence -
Constructor Summary
ConstructorsConstructorDescriptionMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a, AnnotationValue v) -
Method Summary
-
Field Details
-
kind
-
msg
-
element
-
annotationMirror
-
annotationValue
-
-
Constructor Details
-
Message
public Message(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a, AnnotationValue v)
-