您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
wisberg 144143c297 initial version 21 年前
..
Aspect.java initial version 21 年前
Driver.java initial version 21 年前
Foo.java initial version 21 年前
Readme.txt initial version 21 年前

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.