JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.github.javaparser.metamodel
DerivedProperty
Contents
Description
Hide sidebar
Show sidebar
Annotation Type DerivedProperty
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
DerivedProperty
Indicate a derived property of a Node, meaning it does supply useful information, but it does so by taking information from other properties. (Used during generation of the meta model.)