mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-09 08:16:58 +02:00
annotations explanation
This commit is contained in:
@@ -337,6 +337,8 @@ class PennyFarthing extends Bicycle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// You should mark a method you're overriding with an @annotation
|
// You should mark a method you're overriding with an @annotation
|
||||||
|
// To learn more about what annotations are and their purpose
|
||||||
|
// check this out: http://docs.oracle.com/javase/tutorial/java/annotations/
|
||||||
@Override
|
@Override
|
||||||
public void setGear(int gear) {
|
public void setGear(int gear) {
|
||||||
gear = 0;
|
gear = 0;
|
||||||
|
Reference in New Issue
Block a user