Annotation Interface NotVirtual


@Retention(SOURCE) @Documented @Target({METHOD,FIELD,TYPE}) @Inherited public @interface NotVirtual
Suggests that whatever is being marked using this annotatation has no ability to prevent itself from being overriden. While at the same time, it does not want to be overridden; for example, in mixins.
作者:
Jack Meng