Exemplo n.º 1
0
 /**
  * Validate our definition.
  *
  * <p>This validation ensures that we have a provider method to get either a descriptor (simple
  * case) or a config (complex case). It also refuses to allow a method by the name of
  * provideAttributes.
  */
 @Override
 public void validateDefinition() throws QuickFixException {
   super.validateDefinition();
 }