Skip to content

Commit

Permalink
exposed javax filters
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-jalgaonkar committed Jul 27, 2024
1 parent b288f12 commit 90c2fc1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
import java.io.IOException;
import java.util.concurrent.atomic.AtomicInteger;

/**
* Example filter extending {@link Filter}
* @author ajay.jalgaonkar
*/
public class ExampleJavaxFilter implements Logging, Filter {
public AtomicInteger number = new AtomicInteger();

Expand Down

0 comments on commit 90c2fc1

Please sign in to comment.