org.carrot2.util.annotations
Annotation Type AspectModified


@Retention(value=RUNTIME)
@Target(value={FIELD,CONSTRUCTOR,METHOD,TYPE})
public @interface AspectModified

Marker interface for applying to code elements that are modified using aspects to facilitate tracking.


Optional Element Summary
 String value
           
 

value

public abstract String value
Default:
""


Copyright (c) Dawid Weiss, Stanislaw Osinski