OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SampleAnnotation
(Results
1 - 2
of
2
) sorted by null
/external/guice/core/test/com/google/inject/spi/
ElementSourceTest.java
49
if (annotationType != null && annotationType.equals(
SampleAnnotation
.class)) {
167
@interface
SampleAnnotation
{ }
172
bind(String.class).annotatedWith(
SampleAnnotation
.class).toInstance("the value");