FaceLog.java 185 B

12345678910
  1. package com.usky.meeting.annotation;
  2. import java.lang.annotation.*;
  3. @Documented
  4. @Retention(RetentionPolicy.RUNTIME)
  5. @Target(value = ElementType.METHOD)
  6. public @interface FaceLog {
  7. }