public class SolderMessages extends Object
| Constructor and Description |
|---|
SolderMessages() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String annotationAlreadyPresent(Class<? extends Annotation> annotationType)
public String annotationNotPresent(Class<? extends Annotation> annotationType)
public String parameterNotPresent(Method method, int parameterPosition, Class<?> declaringClass)
Copyright © 2013. All Rights Reserved.