Package org.infinispan.protostream.annotations.impl.processor.types
Representation of types based on javax.lang.model for annotation processing during compile time.
-
Interface Summary Interface Description HasModelElement SomeXElementimplementations have an associatedElement, in which case they implement this interface in order to expose the Element. -
Class Summary Class Description MirrorClassFactory Implementation relying primarily on javax.lang.model.type.TypeMirror, but also capable to use reflection similarly toReflectionClassFactory.