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
|
||||
public int getPriority() {
|
||||
return 1105;
|
||||
return 1100;
|
||||
}
|
||||
}
|
||||
|
@ -30,6 +30,7 @@ import org.mapstruct.ap.model.Type;
|
||||
* @author Gunnar Morling
|
||||
*/
|
||||
public class CdiComponentProcessor extends AnnotationBasedComponentModelProcessor {
|
||||
|
||||
@Override
|
||||
protected String getComponentModelIdentifier() {
|
||||
return "cdi";
|
||||
|
Loading…
x
Reference in New Issue
Block a user