Skip to content

Commit

Permalink
Add author doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick.xia committed Dec 10, 2019
1 parent 10cc8d9 commit 51f2914
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Expand Up @@ -23,9 +23,9 @@
import org.apache.shardingsphere.api.config.RuleConfiguration;

/**
* Encrypt rule configuration.
* Shadow rule configuration.
*
* @author panjuan
* @author xiayan
*/
@RequiredArgsConstructor
@Getter
Expand Down
Expand Up @@ -24,6 +24,7 @@
* Databases shadow rule.
*
* @author zhyee
* @author xiayan
*/
@Getter
public class ShadowRule implements BaseRule {
Expand Down
Expand Up @@ -32,6 +32,7 @@
* Runtime context for shadow.
*
* @author zhyee
* @author xiayan
*/
@Getter
public class ShadowRuntimeContext extends AbstractRuntimeContext<ShadowRule> {
Expand Down

0 comments on commit 51f2914

Please sign in to comment.