@Documented @Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface HiddenCreoleParameter
CreoleResource
inherits its parameter
definitions from its superclasses and interfaces. However, in some cases
the superclass provides a parameter but the subclass does not want to expose
that parameter directly (for example, it may calculate the parameter value
some other way). In this case, the subclass should override the
set
method for that parameter and annotate the overridden
method with this annotation. GATE will then ignore the inherited parameter.Copyright © 2024 GATE. All rights reserved.