
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
23/Apr/07 05:14 PM
|
|
@Target({})
@Retention(RetentionPolicy.RUNTIME)
public @interface ActivationConfigProperty {
String propertyName();
String propertyValue();
}
|
|
Description
|
@Target({})
@Retention(RetentionPolicy.RUNTIME)
public @interface ActivationConfigProperty {
String propertyName();
String propertyValue();
}
|
Show » |
| There are no subversion log entries for this issue yet.
|
|