Interface ZeebeAnnotationValue<B extends BeanInfo>
- Type Parameters:
B- eitherClassInfoorMethodInfo.
- All Known Implementing Classes:
ZeebeDeploymentValue,ZeebeWorkerValue
public interface ZeebeAnnotationValue<B extends BeanInfo>
Common type for all annotation values.
-
Method Summary
-
Method Details
-
getBeanInfo
B getBeanInfo()- Returns:
- the context of this annotation.
-