Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
wisberg 144143c297 initial version 21 anos atrás
..
Aspect.java initial version 21 anos atrás
Driver.java initial version 21 anos atrás
Foo.java initial version 21 anos atrás
Readme.txt initial version 21 anos atrás

Readme.txt

Mode: VM run
Title: Accessibility of class and aspect members from inside weaves

Code inside a weave does the full cross-product of the
following things:

read a var of the class private static
set a var X X protected X non-static
call a method public
default


Both the aspect and the class are in the default (unnamed) package.