Package org.spockframework.runtime.model
Annotation Type FeatureMetadata
-
@Retention(RUNTIME) @Target(METHOD) public @interface FeatureMetadata
Internal metadata about a feature from which the runtime model is built.- Author:
- Peter Niederwieser
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.String
BLOCKS
static java.lang.String
LINE
static java.lang.String
NAME
static java.lang.String
ORDINAL
static java.lang.String
PARAMETER_NAMES
-
Required Element Summary
Required Elements Modifier and Type Required Element Description BlockMetadata[]
blocks
int
line
java.lang.String
name
int
ordinal
java.lang.String[]
parameterNames
-
-
-
-
blocks
BlockMetadata[] blocks
-
-