You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "lnnnogithub (GitHub)" <gi...@apache.org> on 2019/01/04 09:09:11 UTC

[GitHub] [incubator-dubbo] lnnnogithub commented on issue #3144: @GroupSequence->The annotation @GroupSequence is disallowed for this location

public interface ValidationService {   
    @GroupSequence(Update.class) // 同时验证Update组规则
    @interface Save{}
    void save(ValidationParameter parameter);
 
    @interface Update{} 
    void update(ValidationParameter parameter);
}

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/3144 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org