org.jboss.seam.solder.messages
Interface AnnotatedMessages


@MessageBundle
public interface AnnotatedMessages

Messages used for logging in the reflection.annotated package

Author:
Pete Muir

Method Summary
 String annotationAlreadyPresent(Class<? extends Annotation> annotationType)
           
 String annotationNotPresent(Class<? extends Annotation> annotationType)
           
 String fieldNotPresent(Field field, Class<?> declaringClass)
           
 String methodNotPresent(Method method, Class<?> declaringClass)
           
 String parameterMustNotBeNull(String parameterName)
           
 String parameterNotPresent(Method method, int parameterPosition, Class<?> declaringClass)
           
 

Method Detail

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.