Uses of Interface
org.glassfish.hk2.classmodel.reflect.impl.TypeProxy.Notifier
-
Packages that use TypeProxy.Notifier Package Description org.glassfish.hk2.classmodel.reflect.impl -
-
Uses of TypeProxy.Notifier in org.glassfish.hk2.classmodel.reflect.impl
Fields in org.glassfish.hk2.classmodel.reflect.impl declared as TypeProxy.Notifier Modifier and Type Field Description private TypeProxy.Notifier<T>
TypeProxy. notifier
Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type TypeProxy.Notifier Constructor Description TypeProxy(TypeProxy.Notifier<T> notifier, java.lang.String name)
Creates a new type proxy, this ctor is package private as many other activities must be performed when a new proxy type is created.
-