JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
io.quarkus.runtime.annotations
Annotation Interface IgnoreProperty
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
FIELD
})
public @interface
IgnoreProperty
Indicates that a field or method should not be considered when attempting to construct a recorded object. The annotation is meant to be used on a field or a getter method.