示例#1
0
 public static boolean isAnnotation(IMember member) throws ModelException {
   return Flags.isAnnotation(member.getFlags());
 }