OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimplyNoted
(Results
1 - 3
of
3
) sorted by null
/art/test/005-annotations/src/android/test/anno/
SimplyNoted.java
7
public class
SimplyNoted
{
18
SimplyNoted
() {
24
SimplyNoted
(@AnnoSimpleParameter int xyzzy) {
SubNoted.java
6
public class SubNoted extends
SimplyNoted
implements INoted {
TestAnnotations.java
172
Annotation anno =
SimplyNoted
.class.getAnnotation(AnnoSimpleTypeInvis.class);
175
"
SimplyNoted
.get(AnnoSimpleTypeInvis) should not be null");
188
",
SimplyNoted
" +
SimplyNoted
.class.isAnnotation());
190
printAnnotations(
SimplyNoted
.class);
202
Annotation anno =
SimplyNoted
.class.getAnnotation(AnnoSimpleType.class);
203
System.out.println("
SimplyNoted
.get(AnnoSimpleType) = " + anno);
205
anno =
SimplyNoted
.class.getAnnotation(AnnoSimpleTypeInvis.class);
206
System.out.println("
SimplyNoted
.get(AnnoSimpleTypeInvis) = " + anno);
Completed in 54 milliseconds