예제 #1
0
 public void visitConstantElementValue(
     Clazz clazz, Annotation annotation, ConstantElementValue constantElementValue) {
   elementValueVisitor.visitConstantElementValue(clazz, annotation, constantElementValue);
 }