org.jboss.seam.solder.messages
Interface AnnotatedMessages
@MessageBundle
public interface AnnotatedMessages
Messages used for logging in the reflection.annotated package
- Author:
- Pete Muir
annotationAlreadyPresent
String annotationAlreadyPresent(Class<? extends Annotation> annotationType)
annotationNotPresent
String annotationNotPresent(Class<? extends Annotation> annotationType)
fieldNotPresent
String fieldNotPresent(Field field,
Class<?> declaringClass)
methodNotPresent
String methodNotPresent(Method method,
Class<?> declaringClass)
parameterNotPresent
String parameterNotPresent(Method method,
int parameterPosition,
Class<?> declaringClass)
parameterMustNotBeNull
String parameterMustNotBeNull(String parameterName)
Copyright © 2008-2011 Seam Framework. All Rights Reserved.