mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#49 Minor fixes
This commit is contained in:
parent
1fc36d1415
commit
49f27e3ea2
@ -88,6 +88,6 @@ public abstract class AnnotationBasedComponentModelProcessor implements ModelEle
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getPriority() {
|
public int getPriority() {
|
||||||
return 1105;
|
return 1100;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user