OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BaseAnnotation
(Results
1 - 3
of
3
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
BaseAnnotation.java
40
public abstract class
BaseAnnotation
implements Annotation {
/external/testng/src/main/java/org/testng/internal/annotations/
BaseAnnotation.java
6
public class
BaseAnnotation
{
/external/guice/core/src/com/google/inject/internal/
RealOptionalBinder.java
786
static class DefaultImpl extends
BaseAnnotation
implements Default {
792
static class ActualImpl extends
BaseAnnotation
implements Actual {
798
abstract static class
BaseAnnotation
implements Serializable, Annotation {
803
BaseAnnotation
(Class<? extends Annotation> clazz, String value) {
820
// We check against each annotation type instead of
BaseAnnotation
Completed in 394 milliseconds