@Singleton @Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Executable public @interface Filter
An annotation that can be applied to classes that implement HttpFilter
to
specify the patterns.
Used as an alternative to applying filters manually via the {code Router} API
public abstract String[] value
public abstract HttpMethod[] methods
public abstract String[] serviceId
HttpClientFilter
instances.
Equivalent to the id()
of io.micronaut.http.client.Client
.