fix: 优化特定场景断路
This commit is contained in:
parent
7ac9fdd8e3
commit
a0417f6409
@ -65,6 +65,7 @@ public class EmptyAnnotationChain<A extends Annotation, T> extends BasicAnnotati
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public BeanPropertyAnnotationChain<A, T> then(Consumer<T> consumer) {
|
public BeanPropertyAnnotationChain<A, T> then(Consumer<T> consumer) {
|
||||||
|
parent.last(false);
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -76,6 +77,7 @@ public class EmptyAnnotationChain<A extends Annotation, T> extends BasicAnnotati
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public BeanPropertyAnnotationChain<A, T> exists(Runnable handler) {
|
public BeanPropertyAnnotationChain<A, T> exists(Runnable handler) {
|
||||||
|
parent.last(false);
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user