JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.github.javaparser.metamodel
NonEmptyProperty
Contents
Description
Hide sidebar
Show sidebar
Annotation Type NonEmptyProperty
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
METHOD
})
public @interface
NonEmptyProperty
Indicate that leaving this property empty does not lead to a correct AST. Empty means either empty string or empty collection. (Used during generation of the meta model.)