public static final class ExportedService.Literal extends javax.enterprise.util.AnnotationLiteral<ExportedService> implements ExportedService
javax.enterprise.util.AnnotationLiteral.PrivilegedActionForAccessibleObjectExportedService.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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotationType, equals, hashCode, toStringpublic 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.