JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.hibernate.annotations.processing
Exclude
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface Exclude
@Target
({
PACKAGE
,
TYPE
})
@Retention
(
CLASS
)
@Incubating
public @interface
Exclude
Indicates that a package or top-level type should be ignored by the Hibernate annotation processor.
Since:
6.5