Anotasi Kustom Java

[Access Specifier] @interface<AnnotationName> {         
  DataType <Method Name>() [default value];
}
SAMER SAEID