Package dev.resteasy.guice._private
Interface Messages
-
- All Known Implementing Classes:
Messages_$bundle
@MessageBundle(projectCode="RESTEASY-GUICE") public interface Messages
-
-
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=100, 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=103, value="Injector stage is not defined properly. %s is wrong value. Possible values are PRODUCTION, DEVELOPMENT, TOOL.") String injectorStageNotProperlyDefined(String stage)
-
problemRunningAnnotationMethod
@Message(id=104, value="Problem running annotation method @%s") String problemRunningAnnotationMethod(String annotation)
-
registeringFactory
@Message(id=105, value="registering factory for %s") String registeringFactory(String className)
-
-