@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface ProvidedService
Modifier and Type | Required Element and Description |
---|---|
Implementation |
implementation
The service implementation.
|
Class |
type
The service interface type.
|
public abstract Class type
public abstract Implementation implementation
public abstract String name
public abstract Publish publish
Copyright © 2012. All Rights Reserved.