Interface DynamicMap.Entry<T>
-
- Enclosing class:
- DynamicMap<T>
public static interface DynamicMap.Entry<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExportName()
String
getPluginName()
com.google.inject.Provider<T>
getProvider()
-