@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Bean
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<?> |
implementation
Returns the class, which is the implementation of this bean interface.
|
java.lang.String |
implementationClass
Returns the fully qualified class name, which is the implementation of this bean interface.
|
public abstract java.lang.Class<?> implementation
public abstract java.lang.String implementationClass