org.jvnet.hk2.annotations
Annotation Type ServiceProvider


Deprecated.

@Deprecated
@Target(value=TYPE)
public @interface ServiceProvider

Denotes the service provider implementation. Sometimes a generic implementation of a contract can be used and the annotation specializes such service through its settings.

Author:
Jerome Dochez

Required Element Summary
 Class<?> value
          Deprecated.  
 

Element Detail

value

public abstract Class<?> value
Deprecated. 


Copyright © 2013 Oracle Corporation. All Rights Reserved.