Class AnnotationTargetLookup

java.lang.Object
org.springframework.modulith.events.AnnotationTargetLookup
All Implemented Interfaces:
Supplier<Optional<RoutingTarget.ParsedRoutingTarget>>

class AnnotationTargetLookup extends Object implements Supplier<Optional<RoutingTarget.ParsedRoutingTarget>>
An annotation based target lookup strategy to enable caching of the function lookups that involve classpath checks. The currently supported annotations are:
  • Spring Modulith's Externalized
  • jMolecules Externalized (if present on the classpath)
Since:
1.1
Author:
Oliver Drotbohm