spock.lang
Annotation Type Issue


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

Indicates that a feature method or specification relates to one or more issues in an external issue tracking system.

Author:
Peter Niederwieser

Required Element Summary
 java.lang.String[] value
          The IDs of the issues that the annotated element relates to.
 

Element Detail

value

public abstract java.lang.String[] value
The IDs of the issues that the annotated element relates to.

Returns:
the IDs of the issues that the annotated element relates to


Copyright © 2013. All rights reserved