Lines Matching full:iannotation
30 import signature.model.IAnnotation;
70 Set<IAnnotation> annotations = field.getAnnotations();
72 IAnnotation annotation = annotations.iterator().next();
94 Set<IAnnotation> annotations = sigClass.getAnnotations();
96 IAnnotation annotation = annotations.iterator().next();
443 assertTrue(field.getDefaultValue() instanceof IAnnotation);
444 IAnnotation defaultValue = (IAnnotation)field.getDefaultValue();
506 assertTrue(defaultValue0 instanceof IAnnotation);
507 IAnnotation defaultValue0ann = (IAnnotation)defaultValue0;
512 assertTrue(defaultValue1 instanceof IAnnotation);
513 IAnnotation defaultValue1ann = (IAnnotation)defaultValue1;