@Qualifier @DocumentedSE @RetentionSE(valueSE=RUNTIMESE) public @interface Named
使用例:
public class Car {
@Inject @Named("driver") Seat driverSeat;
@Inject @Named("passenger") Seat passengerSeat;
...
}public abstract StringSE value
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.