@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Provides
Modifier and Type | Optional Element and Description |
---|---|
ServiceProperty[] |
properties
Właściwości exportowanego serwisu.
|
Class<?>[] |
value
Interfejsy, pod którymi zostanie zarejestrowany ten serwis w rejestrze.
|
public abstract Class<?>[] value
public abstract ServiceProperty[] properties
Copyright © 2014 Suncode. All rights reserved.