#49 Minor fixes

This commit is contained in:
Gunnar Morling 2013-07-13 14:04:34 +02:00
parent 1fc36d1415
commit 49f27e3ea2
2 changed files with 2 additions and 1 deletions

View File

@ -88,6 +88,6 @@ public abstract class AnnotationBasedComponentModelProcessor implements ModelEle
@Override @Override
public int getPriority() { public int getPriority() {
return 1105; return 1100;
} }
} }

View File

@ -30,6 +30,7 @@ import org.mapstruct.ap.model.Type;
* @author Gunnar Morling * @author Gunnar Morling
*/ */
public class CdiComponentProcessor extends AnnotationBasedComponentModelProcessor { public class CdiComponentProcessor extends AnnotationBasedComponentModelProcessor {
@Override @Override
protected String getComponentModelIdentifier() { protected String getComponentModelIdentifier() {
return "cdi"; return "cdi";