Interface AFNamingProvider<T extends AFNaming>

Type Parameters:
T - The actual AFNaming subclass.

public interface AFNamingProvider<T extends AFNaming>
The key to accessing to AFNaming instances. Implementors must guarantee that hashCode() and equals(Object) correctly identify duplicate providers.
Author:
Christian Kohlschütter