Package it.ramecera.salad.analysis
Class JavaAnnotation
java.lang.Object
it.ramecera.salad.analysis.JavaAnnotation
public class JavaAnnotation
extends java.lang.Object
Annotation in a Java class, both class, property, and method annotations.
Creation date: 2020-04-09
modification date: 2020-04-09
Company: Rameceraâ„¢
Modifications:
- Author:
- M. Maglioni
-
Field Summary
-
Constructor Summary
Constructors Constructor Description JavaAnnotation(java.lang.String fnome, java.lang.String fargomento)
-
Method Summary
-
Field Details
-
Constructor Details
-
JavaAnnotation
public JavaAnnotation(java.lang.String fnome, java.lang.String fargomento)- Parameters:
fnome
- name of annotationfargomento
- argument of annotation
-