org.fuin.srcmixins4j.annotations
Annotation Type MixinGenerated
@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface MixinGenerated
Denotes a field or a method that was generated using a mixin. Manual changes
to the field or method are not allowed as they will be overwritten with the
next code generation process.
|
Required Element Summary |
Class<?> |
value
Mixin provider class the code of the field/method is taken from. |
value
public abstract Class<?> value
- Mixin provider class the code of the field/method is taken from.
Copyright © 2012 Future Invent Informationsmanagement GmbH - Hamburg (Germany). All Rights Reserved.