818283848586878889909192
} } public String getName() { if (this.name == null) { Controller controller = this.getClass().getAnnotation(Controller.class); if (controller != null) { return controller.value(); } } return this.name; }