org.spockframework.runtime.model
Annotation Type FieldMetadata


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface FieldMetadata

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

Author:
Peter Niederwieser

Required Element Summary
 int line
           
 java.lang.String name
           
 int ordinal
           
 

Element Detail

name

public abstract java.lang.String name

ordinal

public abstract int ordinal

line

public abstract int line


Copyright © 2013. All rights reserved