BatchSide annotation@Deprecated public interface BatchComponent
public class Foo implements BatchComponent {
}
public class Bar implements BatchComponent {
private final Foo foo;
public Bar(Foo f) {
this.foo = f;
}
}
Copyright © 2009–2015 SonarSource. All rights reserved.