Searched defs:BaseAnnotation (Results 1 - 3 of 3) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
H A DBaseAnnotation.java40 public abstract class BaseAnnotation implements Annotation { class in inherits:Annotation
/external/testng/src/main/java/org/testng/internal/annotations/
H A DBaseAnnotation.java6 public class BaseAnnotation { class
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
H A DOptionalBinder.java700 static class DefaultImpl extends BaseAnnotation implements Default {
706 static class ActualImpl extends BaseAnnotation implements Actual {
712 abstract static class BaseAnnotation implements Serializable, Annotation { class in class:OptionalBinder
717 BaseAnnotation(Class<? extends Annotation> clazz, String value) { method in class:OptionalBinder.BaseAnnotation
732 // We check against each annotation type instead of BaseAnnotation

Completed in 143 milliseconds