@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Contribute
Marker annotation to disambiguate the service to contribute into. This annotation was introduced as an alternative
to the naming convention for contributor methods.Optional| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class |
value
Type of the service to contribute into.
|
public abstract java.lang.Class value
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.