public class Annotation extends Object implements AnnotationExpression
| Constructor and Description | 
|---|
| Annotation(String name,
          List<AnnotationParameter> parameters) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName() | 
| List<AnnotationParameter> | getParameters() | 
| boolean | isAnnotation()modifiers and annotations can be mixed together in java signatures. | 
| String | toString() | 
| String | toStringParameters() | 
public Annotation(String name, List<AnnotationParameter> parameters)
public boolean isAnnotation()
public String getName()
public List<AnnotationParameter> getParameters()
public String toStringParameters()
Copyright © 2001-2015 JRuby. All Rights Reserved.