org.spockframework.runtime.model
Annotation Type BlockMetadata


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

Internal block metadata generated by the compiler for consumption by the runtime.

Author:
Peter Niederwieser

Required Element Summary
 BlockKind kind
           
 java.lang.String[] texts
           
 

Element Detail

kind

public abstract BlockKind kind

texts

public abstract java.lang.String[] texts


Copyright © 2013. All rights reserved