org.sonar.api.batch
Annotation Type DependedUpon


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface DependedUpon

Since:
1.10

Optional Element Summary
 String[] value
          Used only on classes.
 

value

public abstract String[] value
Used only on classes. Must be keep empty on methods.

See Also:
for a list of possible values.
Default:
{}


Copyright © 2009-2014 SonarSource. All Rights Reserved.