org.jvnet.hk2.annotations
Annotation Type ServiceProvider


@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
 java.lang.Class<?> value
           
 

Element Detail

value

public abstract java.lang.Class<?> value


Copyright © 2011 Oracle Corporation. All Rights Reserved.