OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnnoSimpleType
(Results
1 - 3
of
3
) sorted by null
/dalvik/tests/004-annotations/src/android/test/anno/
AnnoSimpleType.java
9
public @interface
AnnoSimpleType
{}
SimplyNoted.java
3
@
AnnoSimpleType
TestAnnotations.java
139
System.out.println("present(getFocusType,
AnnoSimpleType
): " +
140
meth.isAnnotationPresent(
AnnoSimpleType
.class));
171
anno = SimplyNoted.class.getAnnotation(
AnnoSimpleType
.class);
172
System.out.println("SimplyNoted.get(
AnnoSimpleType
) = " + anno);
174
anno = SubNoted.class.getAnnotation(
AnnoSimpleType
.class);
175
System.out.println("SubNoted.get(
AnnoSimpleType
) = " + anno);
Completed in 2960 milliseconds