org.spockframework.runtime.model
Annotation Type FeatureMetadata


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface FeatureMetadata

Internal metadata about a feature from which the runtime model is built.

Author:
Peter Niederwieser

Required Element Summary
 BlockMetadata[] blocks
           
 int line
           
 java.lang.String name
           
 int ordinal
           
 java.lang.String[] parameterNames
           
 

Element Detail

ordinal

public abstract int ordinal

name

public abstract java.lang.String name

line

public abstract int line

parameterNames

public abstract java.lang.String[] parameterNames

blocks

public abstract BlockMetadata[] blocks


Copyright © 2013. All rights reserved