DoNotTouch

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

  • are part of the student template
  • should not be altered in any way by the student

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 should not be altered.