JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Deprecated
Index
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Module
org.evrete.core
Package
org.evrete.api.annotations
Annotation Interface RuleElement
@Target
({
TYPE
,
METHOD
,
FIELD
,
PARAMETER
,
PACKAGE
})
@Retention
(
RUNTIME
)
public @interface
RuleElement
A marker interface indicating that the annotated type, method, field, parameter, or package is being used inside rules. Use this annotation in your project's code inspection tools, e.g., to avoid warnings about the element being unused.