JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
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