Package org.ores.async
Class NeoInject
- java.lang.Object
-
- org.ores.async.NeoInject
-
public class NeoInject extends java.lang.Object
- See Also:
- http://google.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NeoInject.AsyncCallbackSet<T,E>
static interface
NeoInject.IInjectable<T,E>
static class
NeoInject.Task<T,E>
-
Constructor Summary
Constructors Constructor Description NeoInject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
whatever()
new BeanTranslator.Builder() .translate( newTranslator<String, Integer>
(String.class, Integer.class){ @Override public Integer translate(String instance) { return Integer.valueOf(instance); }}) .build();
-