Interface AnnotationDiscovery
- All Known Implementing Classes:
DiscoverableAnnotationDiscovery
public interface AnnotationDiscovery
Specifies
Annotations that may be used to discover types to be
reverse-engineered into a Code Model.
AnnotationDiscovery implementations are typically located using the ServiceLoader.
- Since:
- Mar-2024
- Author:
- brian.oliver
-
Method Summary
-
Method Details
-
getDiscoverableAnnotationTypes
Stream<? extends Class<? extends Annotation>> getDiscoverableAnnotationTypes()- Returns:
- the
StreamofAnnotation
-