public static final class ExportedService.Literal extends javax.enterprise.util.AnnotationLiteral<ExportedService> implements ExportedService
javax.enterprise.util.AnnotationLiteral.PrivilegedActionForAccessibleObject
ExportedService.Literal
Constructor and Description |
---|
Literal(Class<?>[] service_exported_interfaces,
String[] service_exported_configs,
String[] service_exported_intents,
String[] service_exported_intents_extra,
String[] service_intents) |
Modifier and Type | Method and Description |
---|---|
static ExportedService.Literal |
of(Class<?>[] service_exported_interfaces,
String[] service_exported_configs,
String[] service_exported_intents,
String[] service_exported_intents_extra,
String[] service_intents) |
String[] |
service_exported_configs() |
String[] |
service_exported_intents_extra() |
String[] |
service_exported_intents() |
Class<?>[] |
service_exported_interfaces() |
String[] |
service_intents() |
annotationType, equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
annotationType, equals, hashCode, toString
public static final ExportedService.Literal of(Class<?>[] service_exported_interfaces, String[] service_exported_configs, String[] service_exported_intents, String[] service_exported_intents_extra, String[] service_intents)
public String[] service_exported_configs()
public String[] service_exported_intents()
public String[] service_exported_intents_extra()
public Class<?>[] service_exported_interfaces()
public String[] service_intents()
Copyright © 2019 The Apache Software Foundation. All rights reserved.