Interface BindingTypeMatcher

  • All Known Implementing Classes:
    GuiceModuleMetadata

    public interface BindingTypeMatcher
    Utility to check whether a binding matches the given name and type.
    Author:
    Dave Syer
    • Method Detail

      • matches

        boolean matches​(String name,
                        Type type)