Searched refs:hasDeprecatedAddedInAnnotation (Results 1 – 3 of 3) sorted by relevance
127 assertThat(annotationData.hasDeprecatedAddedInAnnotation).isFalse(); in testFieldDataAndAnnotationData()147 assertThat(annotationData.hasDeprecatedAddedInAnnotation).isFalse(); in testFieldDataAndAnnotationData()167 assertThat(annotationData.hasDeprecatedAddedInAnnotation).isTrue(); in testFieldDataAndAnnotationData()187 assertThat(annotationData.hasDeprecatedAddedInAnnotation).isFalse(); in testFieldDataAndAnnotationData()207 assertThat(annotationData.hasDeprecatedAddedInAnnotation).isFalse(); in testFieldDataAndAnnotationData()227 assertThat(annotationData.hasDeprecatedAddedInAnnotation).isTrue(); in testFieldDataAndAnnotationData()
248 boolean hasDeprecatedAddedInAnnotation = false; in getAnnotationData()281 hasDeprecatedAddedInAnnotation = true; in getAnnotationData()331 annotationData.hasDeprecatedAddedInAnnotation = hasDeprecatedAddedInAnnotation; in getAnnotationData()
24 public boolean hasDeprecatedAddedInAnnotation = false; field in AnnotationData