@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 |
cannotExecute(String className,
String annotation,
String methodName) |
String |
foundModule(String module) |
String |
injectorStageNotProperlyDefined(String stage) |
String |
problemRunningAnnotationMethod(String annotation) |
String |
registeringFactory(String className) |
String |
registeringProviderInstance(String className) |
static final Messages MESSAGES
static final int BASE
@Message(id=11000, value="Cannot execute expected module {0}\'\'s @{1} method {2} because it has unexpected parameters: skipping.", format=MESSAGE_FORMAT) String cannotExecute(String className, String annotation, String methodName)
@Message(id=11010, value="Injector stage is not defined properly. %s is wrong value. Possible values are PRODUCTION, DEVELOPMENT, TOOL.") String injectorStageNotProperlyDefined(String stage)
@Message(id=11015, value="Problem running annotation method @%s") String problemRunningAnnotationMethod(String annotation)
@Message(id=11020, value="registering factory for %s") String registeringFactory(String className)
Copyright © 2015 JBoss by Red Hat. All rights reserved.