JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.codehaus.groovy.transform.trait
Annotation Type Traits.TraitBridge
Enclosing class:
Traits
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public static @interface
Traits.TraitBridge
Internal annotation used to indicate that a method is a bridge method to a trait default implementation.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
desc
Class
<?>
traitClass
Element Details
traitClass
Class
<?>
traitClass
Returns:
the trait class
desc
String
desc
Returns:
The method descriptor of the method from the trait