BusinessKey annotation = (BusinessKey) cls.getAnnotation(BusinessKey.class);
return create(annotation);
}
public Annotation process(final Method method) {
BusinessKey annotation = (BusinessKey) method.getAnnotation(BusinessKey.class);
return create(annotation);
}