Interface | Description |
---|---|
AnnotationDiscovery | Deprecated
This service is deprecated.
|
ClassFileInfo |
Represents metadata of a Java class.
|
ClassFileServices |
An optional service that provides fast access to Java class metadata without the need to load the given class.
|
ExtendedAnnotationDiscovery |
An
AnnotationDiscovery implementation may optionally implement this interface. |
ResourceLoader |
Resource loading/class creation services for Weld.
|
ScheduledExecutorServiceFactory | Deprecated
This service has not been used by Weld internals at least since version 1.1.0.Final.
|
Exception | Description |
---|---|
ClassFileInfoException |
Thrown when a
ClassFileServices implementation is not able to obtain metadata for a class with the specified name. |
ResourceLoadingException |
Exception thrown when errors occur while loading resource
|
Copyright © 2008–2017. All rights reserved.