org.aspectj.lang.annotation

Interface DeclareError

public interface DeclareError

Author:
colyer Annotation for declare error... usage: @DeclareError("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)