mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
made newInstance nullable
This commit is contained in:
parent
619fd2e930
commit
7786f8ef8d
@ -7,6 +7,8 @@ package com.mysema.query.types;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
/**
|
||||
* FactoryExpression represents factory expressions such as JavaBean or
|
||||
* Constructor projections
|
||||
@ -43,6 +45,7 @@ public interface FactoryExpression<D> {
|
||||
* @param args
|
||||
* @return
|
||||
*/
|
||||
@Nullable
|
||||
D newInstance(Object... args);
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user