in src/main/java/com/amazon/checkerframework/checker/data_classification/DataClassificationVisitor.java [85:90]
public boolean isValidUse(
final AnnotatedTypeMirror.AnnotatedDeclaredType declarationType,
final AnnotatedTypeMirror.AnnotatedDeclaredType useType,
final Tree tree) {
return true;
}