#自定义注解实现接口权限控制
##一、自定义注解介绍
1.官方描述
An annotation is a form of metadata, that can be added to Java source code. Classes, methods, variables, parameters and packages may be annotated. Annotations have no direct effect on the operation of the code they annotate. A