Searched refs:getOptionalInstallInAnnotationMirror (Results 1 – 3 of 3) sorted by relevance
67 if (metadata.getOptionalInstallInAnnotationMirror().isPresent()) { in generate()69 AnnotationSpec.get(metadata.getOptionalInstallInAnnotationMirror().get())); in generate()
61 AnnotationSpec.get(metadata.getOptionalInstallInAnnotationMirror().get())) in generate()
51 abstract Optional<AnnotationMirror> getOptionalInstallInAnnotationMirror(); in getOptionalInstallInAnnotationMirror() method in PkgPrivateMetadata