Package dev.prozilla.pine.common
Annotation Interface ProviderOf
The class this interface delegate to.
This interface has a getter that returns an instance of the class. Every other method has a default implementation which delegates to the corresponding method on the instance of the class
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> value
-