org.jboss.resteasy.plugins.guice.i18n
@MessageBundle(projectCode="RESTEASY") public interface Messages
Modifier and Type | Field and Description |
---|---|
static int |
BASE |
static Messages |
MESSAGES |
Modifier and Type | Method and Description |
---|---|
String |
foundModule(String module) |
String |
injectorStageNotProperlyDefined(String stage) |
String |
registeringFactory(String className) |
String |
registeringProviderInstance(String className) |
static final Messages MESSAGES
static final int BASE
@Message(id=9005, value="Injector stage is not defined properly. %s is wrong value. Possible values are PRODUCTION, DEVELOPMENT, TOOL") String injectorStageNotProperlyDefined(String stage)
@Message(id=9010, value="registering factory for %s") String registeringFactory(String className)
Copyright © 2016. All Rights Reserved.