Uses of Interface
org.jboss.weld.logging.MessageCallback
-
Packages that use MessageCallback Package Description org.jboss.weld.bootstrap org.jboss.weld.logging Allocated message IDs: -
-
Uses of MessageCallback in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap with parameters of type MessageCallback Modifier and Type Method Description voidValidator. validateMetadataInjectionPoint(InjectionPoint ij, Bean<?> bean, MessageCallback<DefinitionException> messageCallback) -
Uses of MessageCallback in org.jboss.weld.logging
Fields in org.jboss.weld.logging declared as MessageCallback Modifier and Type Field Description static MessageCallback<DeploymentException>ValidatorLogger. ALTERNATIVE_CLASS_SPECIFIED_MULTIPLE_TIMESstatic MessageCallback<DeploymentException>ValidatorLogger. ALTERNATIVE_STEREOTYPE_SPECIFIED_MULTIPLE_TIMESstatic MessageCallback<DeploymentException>ValidatorLogger. DECORATOR_SPECIFIED_TWICEstatic MessageCallback<DefinitionException>ValidatorLogger. INJECTION_INTO_DISPOSER_METHODstatic MessageCallback<DefinitionException>ValidatorLogger. INJECTION_INTO_NON_BEANstatic MessageCallback<DeploymentException>ValidatorLogger. INTERCEPTOR_SPECIFIED_TWICE
-