jass.modern
Annotation Type Also


@Container
@Documented
@Target(value={METHOD,CONSTRUCTOR})
@Retention(value=CLASS)
public @interface Also

A Container for multiple SpecCase-annotations. Can be used, if more than one SpecCase at a method or constructor are desired.

Author:
riejo

Required Element Summary
 SpecCase[] value
           
 

Element Detail

value

public abstract SpecCase[] value
Returns:
Returns the spec-cases of this specification.