Dana H. - 2003-10-02

I'm looking at the DynamicJava API with a desire to create new class definitions dynamically. The ClassDeclararion class seems like a starting point, but I haven't figured out what the "access flags" parameter is that this and many other constructors in the API refer to.

Can anyone explain what the access flags parameter is?
Does anyone have a simple example of how to create new class definitions through the API?