Search in sources :

Example 1 with MessagerLoggerFactory

use of org.robobinding.codegen.apt.MessagerLoggerFactory in project RoboBinding by RoboBinding.

the class ElementWrapper method create.

public static ElementWrapper create(Types types, Elements elements, Messager messager) {
    TypeMirrorWrapper typeWrapper = new TypeMirrorWrapper(types, elements);
    ElementWrapper elementWrapper = new ElementWrapper(typeWrapper, new MessagerLoggerFactory(messager), types, elements);
    return elementWrapper;
}
Also used : TypeMirrorWrapper(org.robobinding.codegen.apt.type.TypeMirrorWrapper) MessagerLoggerFactory(org.robobinding.codegen.apt.MessagerLoggerFactory)

Aggregations

MessagerLoggerFactory (org.robobinding.codegen.apt.MessagerLoggerFactory)1 TypeMirrorWrapper (org.robobinding.codegen.apt.type.TypeMirrorWrapper)1