org.jboss.weld.logging.package-info Maven / Gradle / Ivy
/*
* JBoss, Home of Professional Open Source
* Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
* contributors by the @authors tag. See the copyright.txt in the
* distribution for a full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
*
* Allocated message IDs:
*
*
* - 000000 - 000099: {@link org.jboss.weld.logging.BeanLogger}
* - 000100 - 000199: {@link org.jboss.weld.logging.BootstrapLogger}
* - 000200 - 000299: {@link org.jboss.weld.logging.ContextLogger}
* - 000300 - 000399: {@link org.jboss.weld.logging.ConversationLogger}
* - 000400 - 000499: {@link org.jboss.weld.logging.EventLogger}
* - 000500 - 000599: {@link org.jboss.weld.logging.JsfLogger}
* - 000600 - 000699: {@link org.jboss.weld.logging.ReflectionLogger}
* - 000700 - 000799: {@link org.jboss.weld.logging.ServletLogger}
* - 000800 - 000899: {@link org.jboss.weld.logging.UtilLogger}
* - 000900 - 000999: {@link org.jboss.weld.logging.VersionLogger}
* - 001000 - 001099: {@link org.jboss.weld.logging.ElLogger}
* - 001100 - 001199: {@link org.jboss.weld.logging.MetadataLogger}
* - 001200 - 001299: {@link org.jboss.weld.logging.XmlLogger}
* - 001300 - 001399: {@link org.jboss.weld.logging.BeanManagerLogger}
* - 001400 - 001499: {@link org.jboss.weld.logging.ValidatorLogger}
* - 001500 - 001599: {@link org.jboss.weld.logging.BeanLogger}
* - 001600 - 001699: {@link org.jboss.weld.logging.ResolutionLogger}
* - 001700 - 001799: {@link org.jboss.weld.logging.InterceptorLogger}
* - 001800 - 001899: {@link org.jboss.weld.logging.SerializationLogger}
* - 001900 - 001999: {@link org.jboss.weld.logging.ConfigurationLogger}
*
*/
@Vetoed
package org.jboss.weld.logging;
import javax.enterprise.inject.Vetoed;