Looks like you are trying to use dependency injection in a bind method following that doc. To use dependency injection, there is no need to place the @Reference within any specific method in Java. You can place @Refenence in a a Java class that uses @Component and then use that object in methods. Se...