Home
last modified time | relevance | path

Searched refs:UnscopedAnnotationDefaultUsage (Results 1 – 2 of 2) sorted by relevance

/external/javassist/src/test/scoped/
DUnscopedAnnotationDefaultUsage.java19 public class UnscopedAnnotationDefaultUsage class
25 public UnscopedAnnotationDefaultUsage(@TestAnnotation int param) {} in UnscopedAnnotationDefaultUsage() method in UnscopedAnnotationDefaultUsage
DScopedRepositoryTestCase.java77 CtClass clazz = getCtClass(UnscopedAnnotationDefaultUsage.class); in testUnscopedAnnotationDefaultUsage()