Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] @DeclareAnnotation

Hi,

I read the chapter 9 in the notebook about the declare statement. The "declare annotion" statement used in this chapter is no longer valid -- they are replaced by

	declare @type
	declare @method
	declare @constructor
	declare @field

Would it then not better to delcare it analogous

	@DeclareType
	@DeclareMethod
	...

instead of @DeclareAnnotation?

kind regards
Oliver
--
Oliver Böhm
http://www.javatux.de



Back to the top