Guest User

Untitled

a guest
Sep 26th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. /**
  2. * This interface exists only to expose out the {@link FilterMutableTypeBase} operations as public inside the "impl"
  3. * module, allowing {@link FilterMutableTypeBase} to remain package-private inside the Public API.
  4. *
  5. * @author <a href="mailto:alr@jboss.org">Andrew Lee Rubinger</a>
  6. */
  7. public interface FilterMutableTypeBaseExposer<RETURNTYPE extends FilterMutableTypeBase<RETURNTYPE, PARENTTYPE>, PARENTTYPE>
  8. extends FilterMutableTypeBase<RETURNTYPE, PARENTTYPE> {
  9. // Inherit all operations
  10. }
Add Comment
Please, Sign In to add comment