@Target(value=FIELD) @Retention(value=RUNTIME) @Deprecated public @interface TestReference
Modifier and Type | Optional Element and Description |
---|---|
String |
name
Deprecated.
The local name of the reference.
|
Class<?> |
referenceInterface
Deprecated.
The name of the service interface.
|
public abstract String name
public abstract Class<?> referenceInterface
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.