Package org.spicefactory.pimento.generator.naming

Naming strategies for translating service interface names to proxy class names.

See:
          Description

Interface Summary
NamingStrategy A pluggable strategy for mapping service interface names to their corresponding implementation class name.
 

Class Summary
ImplPostfixNamingStrategy A naming strategy that will prepend Impl to the interface name.
IPrefixNamingStrategy A naming strategy for the convention to prefix all interfaces with I.
 

Package org.spicefactory.pimento.generator.naming Description

Naming strategies for translating service interface names to proxy class names.