All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.as.ee.naming.Attachments Maven / Gradle / Ivy

There is a newer version: 35.0.0.Beta1
Show newest version
/*
 * Copyright The WildFly Authors
 * SPDX-License-Identifier: Apache-2.0
 */

package org.jboss.as.ee.naming;

import org.jboss.as.server.deployment.AttachmentKey;
import org.jboss.msc.service.ServiceName;

/**
 * EE related attachments.
 *
 * @author John Bailey
 */
public class Attachments {
    public static final AttachmentKey APPLICATION_CONTEXT_CONFIG = AttachmentKey.create(ServiceName.class);
    public static final AttachmentKey MODULE_CONTEXT_CONFIG = AttachmentKey.create(ServiceName.class);

    public static final AttachmentKey JAVA_NAMESPACE_SETUP_ACTION = AttachmentKey.create(JavaNamespaceSetup.class);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy