public class InjectableResourceLiteral extends javax.enterprise.util.AnnotationLiteral<InjectableResource> implements InjectableResource
| Constructor and Description | 
|---|
InjectableResourceLiteral(Class<? extends InjectableResourceProvider> resourceProvider,
                         String location)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
location()  | 
Class<? extends InjectableResourceProvider> | 
resourceProvider()  | 
annotationType, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotationType, equals, hashCode, toStringpublic InjectableResourceLiteral(Class<? extends InjectableResourceProvider> resourceProvider, String location)
public String location()
public Class<? extends InjectableResourceProvider> resourceProvider()
Copyright © 2017 The Apache Software Foundation. All rights reserved.