so I have something like these: @AttributeDefinition(
name = "Google URL",
description = "",
defaultValue = "https://www.google.com",
type = AttributeType.STRING)
String googleURL() default "https://www.google.com"; I want to change the value of the variable wh...