• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package com.example;
2 
3 public @interface JavaAnnotation {
unboxedChar()4   Class unboxedChar();
boxedChar()5   Class boxedChar();
6 }