spock.lang
Annotation Type See


@Retention(value=SOURCE)
@Target(value={TYPE,METHOD})
public @interface See

One or more references to external information related to a specification or feature.

Author:
Peter Niederwieser

Required Element Summary
 java.lang.String[] value
          References to external information related to a specification or feature.
 

Element Detail

value

public abstract java.lang.String[] value
References to external information related to a specification or feature.

Returns:
references to external information related to a specification or feature


Copyright © 2013. All rights reserved