Interface ChangeQueryProcessor.ChangeAttributeFactory

  • Enclosing class:
    ChangeQueryProcessor

    public static interface ChangeQueryProcessor.ChangeAttributeFactory
    Register a ChangeAttributeFactory in a config Module like this:

    bind(ChangeAttributeFactory.class) .annotatedWith(Exports.named("export-name")) .to(YourClass.class);