Interface Messages
- 
- All Known Implementing Classes:
 Messages_$bundle
@MessageBundle(projectCode="RESTEASY") public interface Messages- Version:
 - $Revision: 1.1 $ Copyright Aug 27, 2015
 - Author:
 - Ron Sigal
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcannotExecute(String className, String annotation, String methodName)StringfoundModule(String module)StringinjectorStageNotProperlyDefined(String stage)StringproblemRunningAnnotationMethod(String annotation)StringregisteringFactory(String className)StringregisteringProviderInstance(String className) 
 - 
 
- 
- 
Field Detail
- 
MESSAGES
static final Messages MESSAGES
 
- 
BASE
static final int BASE
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
cannotExecute
@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) 
- 
injectorStageNotProperlyDefined
@Message(id=11010, value="Injector stage is not defined properly. %s is wrong value. Possible values are PRODUCTION, DEVELOPMENT, TOOL.") String injectorStageNotProperlyDefined(String stage) 
- 
problemRunningAnnotationMethod
@Message(id=11015, value="Problem running annotation method @%s") String problemRunningAnnotationMethod(String annotation) 
- 
registeringFactory
@Message(id=11020, value="registering factory for %s") String registeringFactory(String className) 
 - 
 
 -