JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
io.micronaut.core.annotation
Annotation Interface Vetoed
@Target
({
TYPE
,
METHOD
,
CONSTRUCTOR
,
FIELD
,
PACKAGE
})
@Retention
(
CLASS
)
@Documented
public @interface
Vetoed
Veto the processing of the element.
Since:
4.0.0
Author:
Denis Stepanov