org.spockframework.runtime.model
Annotation Type SpecMetadata


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface SpecMetadata

Internal specification metadata generated by the compiler for consumption by the runtime. Currently only serves as an indication that the specification has been compiled successfully.

Author:
Peter Niederwieser

Required Element Summary
 java.lang.String filename
           
 int line
           
 

Element Detail

filename

public abstract java.lang.String filename

line

public abstract int line


Copyright © 2013. All rights reserved