org.specrunner.plugins.core.language
Annotation Type Synonyms


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

List of regular expressions which are synonyms.

Author:
Thiago Santos

Optional Element Summary
 int options
          Expression options.
 String[] value
          List of synonyms.
 

value

public abstract String[] value
List of synonyms.

Default:
{}

options

public abstract int options
Expression options. Values of Pattern constants. Default is Pattern.CASE_INSENSITIVE.

Default:
2


Copyright © 2014. All rights reserved.