Package de.japkit.test.members.common.condition
How to generate members conditionally.
-
Class Summary Class Description ConditionExampleFalse In this example, the members are generated, since the annotation value is set to true.ConditionExampleFalseGen The generated class for the example.ConditionExampleTrue In this example, the members are generated, since the annotation value is set to true.ConditionExampleTrueGen The generated class for the example.ConditionExampleTrueGen.SomeInnerClass This inner class is generated if the function someFunction evaluates to true.ConditionTemplate Class members can be generated conditionally by setting cond or condFun.ConditionTemplate_RuntimeMetadata The generated runtime metadata for ConditionTemplate.ConditionTemplate.SomeInnerClass This inner class is generated if the function someFunction evaluates to true. -
Annotation Types Summary Annotation Type Description ConditionTrigger The trigger annotation for the example.