Ejemplo n.º 1
0
 /**
  * Creates a new type annotation appending visitor for an empty type path.
  *
  * @param annotationAppender The annotation appender to use.
  * @param annotationValueFilter The annotation value filter to use.
  * @param typeReference The type reference to use.
  */
 protected ForTypeAnnotations(
     AnnotationAppender annotationAppender,
     AnnotationValueFilter annotationValueFilter,
     TypeReference typeReference) {
   this(annotationAppender, annotationValueFilter, typeReference.getValue(), EMPTY_TYPE_PATH);
 }