Searched defs:atInject (Results 1 – 2 of 2) sorted by relevance
437 InjectableMember(TypeLiteral<?> declaringType, Annotation atInject) { in InjectableMember()456 Annotation atInject) { in InjectableField()476 Annotation atInject) { in InjectableMethod()677 Annotation atInject = getAtInject(field); in getInjectionPoints() local690 Annotation atInject = getAtInject(method); in getInjectionPoints() local
323 @javax.inject.Inject public void atInject() {} in atInject() method in InjectionPointTest.Super334 public void atInject() {} in atInject() method in InjectionPointTest.Sub