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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
annotationType, equals, hashCode, toString
public InjectableResourceLiteral(Class<? extends InjectableResourceProvider> resourceProvider, String location)
public String location()
public Class<? extends InjectableResourceProvider> resourceProvider()
Copyright © 2020 The Apache Software Foundation. All rights reserved.