Uses of Class
org.glassfish.pfl.dynamic.copyobject.spi.Immutable
-
Packages that use Immutable Package Description org.glassfish.pfl.dynamic.codegen.impl org.glassfish.pfl.dynamic.codegen.spi -
-
Uses of Immutable in org.glassfish.pfl.dynamic.codegen.impl
Classes in org.glassfish.pfl.dynamic.codegen.impl with annotations of type Immutable Modifier and Type Class Description class
ClassInfoReflectiveImpl
class
MethodInfoReflectiveImpl
Implementation of MethodInfo interface for actual Method. -
Uses of Immutable in org.glassfish.pfl.dynamic.codegen.spi
Classes in org.glassfish.pfl.dynamic.codegen.spi with annotations of type Immutable Modifier and Type Class Description class
Signature
Represents the signature of a method, which is sometimes needed for selecting the correct method.class
Type
Representation of Types (no generic support) used for codegen API.
-