- org.codehaus.groovy.transform.trait.Traits.TraitBridge
-
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Traits.TraitBridge
Internal annotation used to indicate that a method is a bridge method to a trait
default implementation.
-
-
Element Summary
Required Element Summary
Type |
Name and Description |
String |
desc - Returns:
- The method descriptor of the method from the trait
|
Class<?> |
traitClass - Returns:
- the trait class
|
-
Inherited Methods Summary
-
-
Element Detail
-
- Returns:
- The method descriptor of the method from the trait
-
public Class<?> traitClass
- Returns:
- the trait class
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.