Class Annotation

java.lang.Object
edu.university.ecs.lab.common.models.Annotation
All Implemented Interfaces:
JsonSerializable

public class Annotation extends Object implements JsonSerializable
Represents an annotation in Java
  • Field Details

    • name

      protected String name
      The name of the annotation *
    • contents

      protected String contents
      The contents of the annotation *
  • Constructor Details

    • Annotation

      public Annotation()
  • Method Details