Description
/** * Represents the consumer class which is injected and created by consumers */ @Deprecated Class<?> consumerClass() default Object.class;
no information by what it needs to be replaced
/** * To associate this endpoint with label(s). * <p/> * Multiple labels can be defined as a comma separated value. * <p/> * The labels is intended for grouping the endpoints, such as <tt>core</tt>, <tt>file</tt>, <tt>messaging</tt>, * <tt>database</tt>, etc. * <p/> * Deprecated: Use the category field instead */ @Deprecated String label() default "";
shoudl be easy to replace with category