org.aspectj.lang.annotation

Interface DeclareWarning

public interface DeclareWarning

Author:
colyer Annotation for declare warning... usage: @DeclareWarning("somePcut()") private static final String "a message";

Method Summary

String
value()
The pointcut expression where to bind the error (don't use if, formal bindings, cflow etc)

Method Details

value

public String value()
The pointcut expression where to bind the error (don't use if, formal bindings, cflow etc)