Hello,
sorry for bothering you with such a silly question,

I am new to spring and I am having a hard time figuring out where the 
initialization of the BaseCmd.java classes 
(src/main/java/org/apache/cloudstack/api/BaseCmd.java) is. I have used java 
with no framework in the past.

If I take this for example:

```
@Inject
public RemoteAccessVpnService _ravService;
```

I get that the actual class is RemoteAccessVpnManagerImpl, but just because it 
is the only class implementing the RemoteAccessVpnService interface. If I 
create a new class implementing said interface, how could I decide which one 
will be instantiated ?

I do not know if this is the right place to ask, if not, I am sorry.

Have a nice day/night
Bye

Reply via email to