SolutionOnly

This annotation is used to mark utility classes, functions or fields, that:

  • are only present in the solution
  • are not required to be implemented or created by the student
  • are not tested by the grader
  • were not originally present in the student template

Functions

Link copied to clipboard
public abstract Class<? extends Annotation> annotationType()
Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract String toString()
Link copied to clipboard
public abstract String value()
An optional reason why the annotated element is only present in the solution.