StudentCreationRequired

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

  • are only present in the solution
  • are required to be implemented by the student
  • are required to be created by the student
  • 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.