@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ImplementedBy
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<?> |
value
Class implementing the interface.
|
Copyright © 2017 PPI AG. All rights reserved.