JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element
groovy.transform
Annotation Type ForceOverride
@Documented
@Retention
(
value
=
RUNTIME
)
@Target
(
value
={
METHOD
,
TYPE
}) public @interface
ForceOverride
This annotation can be used on trait methods to make sure that a class which explicitely implements a trait will get the trait method behavior if it defines or any superclass defines an equivalent method.
Since:
2.3.0
Overview
Package
Class
Tree
Deprecated
Index
Help
Copyright © 2003-2014 The Codehaus. All rights reserved.
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element