Returns the injected constructor, field, or method.
()
| 167 | |
| 168 | /** Returns the injected constructor, field, or method. */ |
| 169 | public Member getMember() { |
| 170 | // TODO: Don't expose the original member (which probably has setAccessible(true)). |
| 171 | return member; |
| 172 | } |
| 173 | |
| 174 | /** |
| 175 | * Returns the dependencies for this injection point. If the injection point is for a method or |
no outgoing calls